projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3365175
)
(uid_t, gid_t): New typedefs.
author
Andrew Innes
<andrewi@gnu.org>
Fri, 12 Oct 2001 13:08:48 +0000
(13:08 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Fri, 12 Oct 2001 13:08:48 +0000
(13:08 +0000)
nt/inc/pwd.h
patch
|
blob
|
history
diff --git
a/nt/inc/pwd.h
b/nt/inc/pwd.h
index 6202ccd1e750781b65addf28e903ade26e1d335d..ba3d32e70f715065ccf5481b28fdcf9aef009245 100644
(file)
--- a/
nt/inc/pwd.h
+++ b/
nt/inc/pwd.h
@@
-15,4
+15,7
@@
struct passwd {
char *pw_shell;
};
+typedef int uid_t;
+typedef uid_t gid_t;
+
#endif /* _PWD_H_ */